From ca68217b002d3efb8976c23d508c0aaed007ec4c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 5 Jun 2026 04:25:41 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-05-18 -> 0-unstable-2026-06-04 --- 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 4b7600339804..0002e31fe4af 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-2026-05-18"; + version = "0-unstable-2026-06-04"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "1a2d079aac28c540c20a9e4cac87bb02021c3eec"; - hash = "sha256-4q1q20Us7HVZr2CWsqujQWiqryc/xS9/bVBt/x7Y5H8="; + rev = "298f913aeb781908c7f6a568a2ede3940a98738d"; + hash = "sha256-UP0jNsqXMzrO+EQY8Gbkl2lIizfsAKoKiGaXGp7Nok8="; }; makefile = "Makefile";