From 7e5b7804f9d0b7bcd263b5cb96ed395245520197 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Aug 2026 22:10:20 +0000 Subject: [PATCH] libretro.snes9x2010: 0-unstable-2026-08-11 -> 0-unstable-2026-08-16 --- pkgs/applications/emulators/libretro/cores/snes9x2010.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x2010.nix b/pkgs/applications/emulators/libretro/cores/snes9x2010.nix index 7418728918f5..efa29cb2a124 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x2010.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x2010.nix @@ -5,13 +5,13 @@ }: mkLibretroCore rec { core = "snes9x2010"; - version = "0-unstable-2026-08-11"; + version = "0-unstable-2026-08-16"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2010"; - rev = "421a8d9449031245f1dfdb632b84548a9f19fddd"; - hash = "sha256-/F5/kU8zJzQGhy59c/0CwTM1Pb3aI9+iAWekwf74zDs="; + rev = "7db129b1ecdccb38cb4d7184bcbed39beed79656"; + hash = "sha256-KvUseE8hYMv8W73gBYgzoFq5wklHHzU7B1DttBQS+yQ="; }; makeFlags = [ "GIT_VERSION=${builtins.substring 0 7 src.rev}" ];