Issue with joystick and SDL2 on Windows (mingw)

Hello,
it seems I have an issue using a joystick with SDL2 and Windows (mingw).
With the older version 2.0.8 of SDL2.dll it works as expected:
I get the event.type 0x602 with every touch of the joystick and the event.jhat.values 1/2/4/8 for the 4 different directions (all right).
With (only) replacing the SDL2.dll (and of course SDL.h) with version 2.32.6 (the latest one) I get the four event.types 0x603-0x600-0x604-0x600 with every touch of the joystick and in every direction always the same event.jhat.values 1. So I’m not able to distinguish the four directions.
Is this bug already known?
Best regards, Gerhard