From ed6d2d23c2be36da576c3f59bc095c36794a0851 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 Jun 2025 04:44:54 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-05-19 -> 0-unstable-2025-05-28 --- 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 0abcdb69ecab..60ea66263875 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-05-19"; + version = "0-unstable-2025-05-28"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "d2cf158e9ba82fc7dfec592452e6113121665c19"; - hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo="; + rev = "60d812a5a25b7f6cc7df2842264b67847e51122b"; + hash = "sha256-4HJZXsgUp0do7T0bwPPuuyoN7XIII3DSzk6LsLqZQeQ="; }; makefile = "Makefile";