diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index 8d6bfc7c1c39..e69f561a9cbb 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x"; - version = "0-unstable-2025-06-18"; + version = "0-unstable-2025-07-03"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "a168e789719d6bc8e06110d517d98c3d098d5834"; - hash = "sha256-Kxi+/Uie0a7gmlNEj351Nlybb16W4A4joC8JSN1rvsU="; + rev = "68acd5bfa3146d7124233e3e372f6ffb5d8d0dcf"; + hash = "sha256-X3O4GirNXzjMNYH7UrItNpYGT+8NWPsKl+sAs036OCU="; }; makefile = "Makefile";