diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs index 79997a0c0c..ed0db3e383 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs @@ -11,7 +11,7 @@ using BizHawk.Emulation.Cores.Components.W65816; namespace BizHawk.Emulation.Cores.Nintendo.BSNES { - [PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://bsnes.dev", isReleased: false)] + [PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://bsnes.dev")] [ServiceNotApplicable(new[] { typeof(IDriveLight) })] public unsafe partial class BsnesCore : IEmulator, IDebuggable, IVideoProvider, ISaveRam, IStatable, IInputPollable, IRegionable, ISettable {