From 98f23f7ce05bca804e2579ea90f6f0dc76075dd7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 29 Nov 2025 10:22:17 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-11-20 -> 0-unstable-2025-11-27 --- 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 58c5ef160d2a..3e52d3aab7f3 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-11-20"; + version = "0-unstable-2025-11-27"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "012dbe9dc11fd5fd765ef92e0ad4c08583862f69"; - hash = "sha256-hsv8eeU+/cuknyKQ7WNKrmRYu7kXLxu7bPkoVN9qZoE="; + rev = "3609f054a65aea4b4cab5a87b2fdc876d911d244"; + hash = "sha256-S18J0S50/S/50rCmcGkwSLslnA1abvsX9HhtFVcQ7XM="; }; makefile = "Makefile";