diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index fe5812d922..3ad326a66f 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -486,7 +486,7 @@ namespace BizHawk.Client.Common } return; case "SNES": - var name = game.ForcedCore.ToLower() switch + var name = game.ForcedCore?.ToLower() switch { "snes9x" => CoreNames.Snes9X, "bsnes" => CoreNames.Bsnes,