From 5719407bb8284f6b2b8b39f7e4d68516e2079a34 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 5 Dec 2025 21:08:04 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-11-27 -> 0-unstable-2025-12-05 --- 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 3e52d3aab7f3..de020e1844a4 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-27"; + version = "0-unstable-2025-12-05"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "3609f054a65aea4b4cab5a87b2fdc876d911d244"; - hash = "sha256-S18J0S50/S/50rCmcGkwSLslnA1abvsX9HhtFVcQ7XM="; + rev = "db02ef59a64209954b47965ae186ec95cf1da706"; + hash = "sha256-lbtc/3lu+wm19rRt+gT3tHrDaqfZYVXsiHN5Pvm5iM8="; }; makefile = "Makefile";