From a4a3c6d2dfa34cb40a1b6f626c3d376392104813 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Jul 2026 13:24:59 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-07-05 -> 0-unstable-2026-07-13 --- 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 aee94c8e128b..ac4657b975c3 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-2026-07-05"; + version = "0-unstable-2026-07-13"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "51ef0275df25fc6347d241e3b5325b52b6e96582"; - hash = "sha256-+f6u8VUHNLI9pb2AFLyEoGQtGzNIkeWS2wvF9PYDIm8="; + rev = "b5cc7651f9fc02189cb51b5a43848877db5aec42"; + hash = "sha256-htwL5m49J+ku7h79Eu4y74LKiHkbL3UE3+LAXE52ZY8="; }; makefile = "Makefile";