From fa34f78150bc2cec8d23d772759d4783a9edcfcd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Oct 2025 05:01:28 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-09-23 -> 0-unstable-2025-09-30 --- 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 98a958f3dee2..67b9bf9d928d 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-09-23"; + version = "0-unstable-2025-09-30"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "2d05f6cd665d6a2f0a876e2f50192c3fce53ed65"; - hash = "sha256-FQI8LPNYQDB1Jo04EGJGbgTncmwfzuTXj1GK9QsT8uQ="; + rev = "9726100ba22a558290860a2648e1e6a8b8719478"; + hash = "sha256-mhXuHPwXtvuA8ltaLF3uOsBwLE0evJ2RiCrNX5hnRXM="; }; makefile = "Makefile";