From 2db84d5d3f68d2c0a7d27a016e55cafe1c7d863c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Dec 2024 19:28:46 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2024-09-06 -> 0-unstable-2024-12-13 --- pkgs/applications/emulators/libretro/cores/bsnes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes.nix b/pkgs/applications/emulators/libretro/cores/bsnes.nix index 0e31a09943da..570d37aa3659 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bsnes"; - version = "0-unstable-2024-09-06"; + version = "0-unstable-2024-12-13"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "20c55eb6333a11395ba637df8583066483e58cb2"; - hash = "sha256-IP00xtxS3wwnQSmYltrX8GEHZX/65xnx2EsmQlE1VZM="; + rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c"; + hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow="; }; makefile = "Makefile";