From 5b315015d8f517c67fef7948bf39dddc721c56f4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Oct 2025 05:23:55 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2025-09-24 -> 0-unstable-2025-10-11 --- 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 908f8094aacd..af98268827e1 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-09-24"; + version = "0-unstable-2025-10-11"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "94115094ead4da7342bd638bb4cc293ae7d297c0"; - hash = "sha256-tXSQursZcV/gsLlydVRD1KUR8t2zztfby7cDno1xtHc="; + rev = "cdffce2e32bfc0305fd5489831d09b5e730bed9b"; + hash = "sha256-uTUhE6yvzgGxik1TMxcOI4K55xKTZNl7PmwYVxBsQZY="; }; makefile = "Makefile";