Commit 0fb75e13 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.fbneo: 0-unstable-2025-05-09 -> 0-unstable-2025-05-19

parent efb042f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2025-05-09";
  version = "0-unstable-2025-05-19";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "922fb2c9d7541b3554f7e5364a6072da241a9837";
    hash = "sha256-LVQlWznu0wGlyFDexNaMqYjqHHNDeLLa6oeGvqGAjPQ=";
    rev = "d2cf158e9ba82fc7dfec592452e6113121665c19";
    hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo=";
  };

  makefile = "Makefile";