From 748248d27112296591602352eb221b33e8cdcc61 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 24 Sep 2025 08:08:33 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-09-12 -> 0-unstable-2025-09-23 --- 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 62d941899e5f..98a958f3dee2 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-12"; + version = "0-unstable-2025-09-23"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "1f7783651749e42a0e580acb5f5a1b5f43cc1467"; - hash = "sha256-ltjBzAGfUrB5Rl+0ugI6HIFptiCwhfIDOCeUQpHJsR4="; + rev = "2d05f6cd665d6a2f0a876e2f50192c3fce53ed65"; + hash = "sha256-FQI8LPNYQDB1Jo04EGJGbgTncmwfzuTXj1GK9QsT8uQ="; }; makefile = "Makefile";