From d2ebe162cea06fbb8b9b2fc26dcfc4efd8bc585a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 25 Apr 2025 10:38:06 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-04-15 -> 0-unstable-2025-04-24 --- pkgs/applications/emulators/libretro/cores/fbneo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index f366a11eb0c6..9e1231cb02a6 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2025-04-15"; + version = "0-unstable-2025-04-24"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "ffdacc6a7ce719b6371ad0a6143ce46726ed5d25"; - hash = "sha256-Pdp/pPsZujbAK6pEE5LT6KCdJ/RFW1zR67bWvI/efJI="; + rev = "8a1e2d68b1065cb1d3686e37b2643f54ab50f527"; + hash = "sha256-X1GWOHcIUnazno4ZkqlB+ugOtsAgADQqXFFBZy5OV4g="; }; makefile = "Makefile";