From e56e81665345fbb53dd7a4a60bb8a29360af85ee Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Nov 2025 20:53:40 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2025-10-16 -> 0-unstable-2025-11-08 --- pkgs/applications/emulators/libretro/cores/snes9x.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index 3a8150cbb2f2..b66dce4a7cc7 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-10-16"; + version = "0-unstable-2025-11-08"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "abfc018c90799eb55b773fc46d486167d8b3c762"; - hash = "sha256-7PXUGUfhieYz8rLDhfLq09AcJbEcTLC/peYYN/B07c4="; + rev = "83ebd9d9d94521dde231beac0ad5ca253bd767f1"; + hash = "sha256-ZH6UnwtvtaTQLyFG4FyK+I1rjDibuA4lL2EuR8zGL0E="; }; makefile = "Makefile";