From 57a5dfcf6aeb49f108bf12390cbb406e7a720346 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Dec 2024 19:30:12 +0000 Subject: [PATCH] libretro.bsnes-hd: 0-unstable-2023-04-26 -> 0-unstable-2024-10-21 --- 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 5353a8ef49b5..2e870f8ebc89 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-2023-04-26"; + version = "0-unstable-2024-10-21"; src = fetchFromGitHub { owner = "DerKoun"; repo = "bsnes-hd"; - rev = "f46b6d6368ea93943a30b5d4e79e8ed51c2da5e8"; - hash = "sha256-Y3FhGtcz7BzwUSBy1SGMuylJdZti/JB8qQnabIkG/dI="; + rev = "0bb7b8645e22ea2476cabd58f32e987b14686601"; + hash = "sha256-YzWSZMn6v5hWIHnp6KmmpevCsf35Vi2BCcmFMnrFPH0="; }; extraBuildInputs = [