diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index dba6b90155..aaf4251a7b 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -765,7 +765,7 @@ namespace BizHawk.Client.Common break; case "SNES": - if (Global.Config.SNES_InSnes9x && VersionInfo.DeveloperBuild) + if (Global.Config.SNES_InSnes9x) { core = CoreInventory.Instance["SNES", "Snes9x"]; }