From 0ee68bd683ba0f4d39a01821812b3e35ca6a1322 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 22 Aug 2025 00:37:31 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-08-13 -> 0-unstable-2025-08-19 --- 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 54de29fbc44a..ed4c98411327 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-08-13"; + version = "0-unstable-2025-08-19"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "525a07bd5abd52481a653dc790b987b8f50d0686"; - hash = "sha256-O1QEvQ2ZZ7rU6KObV1hFaYLVWwDZ6Lu30JMbln7Z7DA="; + rev = "7345d0f50079ca989e3685152687f1ee15bad829"; + hash = "sha256-MohvlQtLtDq6GGOL3nAbRGUdbJDnc0nTgSQKlUGWDBU="; }; makefile = "Makefile";