From 4efde464e76bf62686bc88d7a1a76667ef3eff3d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 Jun 2026 19:11:58 +0000 Subject: [PATCH] libretro.snes9x2002: 0-unstable-2026-04-20 -> 0-unstable-2026-06-25 --- pkgs/applications/emulators/libretro/cores/snes9x2002.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x2002.nix b/pkgs/applications/emulators/libretro/cores/snes9x2002.nix index 56c57527c59b..cd9e77f643a5 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x2002.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x2002.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x2002"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-06-25"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2002"; - rev = "39e0d8c6daf4b1b1302eeecfee8309570aeb6a82"; - hash = "sha256-mOtCZEuXKWQEupWfFfr3Ji6m15zZuOIJ/ieKtrFGsWI="; + rev = "5bd8bd6d449be8a2ef7909e1aeb2bd8c9c0da8cb"; + hash = "sha256-iqhmSJzWqr5HgtY9q+kBb/xB6njvG3M2SePXdRszqqc="; }; makefile = "Makefile";