From f6ca340909ae0536a708d48c41bff1933c83bef7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 6 Dec 2025 16:28:12 +0000 Subject: [PATCH] libretro.bsnes-hd: 0-unstable-2024-10-21 -> 0-unstable-2025-12-05 --- pkgs/applications/emulators/libretro/cores/bsnes-hd.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes-hd.nix b/pkgs/applications/emulators/libretro/cores/bsnes-hd.nix index 2e870f8ebc89..3fea5eeacdfa 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes-hd.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes-hd.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "bsnes-hd-beta"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2025-12-05"; src = fetchFromGitHub { owner = "DerKoun"; repo = "bsnes-hd"; - rev = "0bb7b8645e22ea2476cabd58f32e987b14686601"; - hash = "sha256-YzWSZMn6v5hWIHnp6KmmpevCsf35Vi2BCcmFMnrFPH0="; + rev = "fc26b25ea236f0f877f0265d2a2c37dfd93dfde9"; + hash = "sha256-Bim8N3rkGNnHQhaA+wVALSM3ZBBTk0Zt9xct5qVnXzM="; }; extraBuildInputs = [